flutter textfield label align top

152

TextFormField(
  textAlignVertical: TextAlignVertical.top,
  decoration: InputDecoration(
      labelText: "Label",
      alignLabelWithHint: true,
)

Comments

Submit
0 Comments